200
How do I arrange my columns on multiple lines

with thisform.List1
	.HeaderHeight = 32
	.Columns.Add("").HTMLCaption = "Line 1<br>Line 2"
endwith
199
How can I display all cells using HTML format

with thisform.List1
	.Columns.Add("HTML").Def(17) = 1
	.Items.Add("<font ;12>T</font>his <b>is</b> an <a>html</a> <font Tahoma><fgcolor=FF0000>text</fgcolor></font>.")
endwith
198
How can I display all cells using multiple lines

with thisform.List1
	.Columns.Add("MultipleLine").Def(16) = .F.
	.Columns.Add("SingleLine").Def(16) = .T.
	with .Items
		.Caption(.Add("This is a bit of long text that should break the line"),1) = "this is a bit of long text that's displayed on a single line"
	endwith
endwith
197
How do change the vertical alignment for all cells in the column

with thisform.List1
	.Columns.Add("MultipleLine").Def(16) = .F.
	.Columns.Add("VAlign").Def(6) = 2
	with .Items
		.Caption(.Add("This is a bit of long text that should break the line"),1) = "bottom"
	endwith
	with .Items
		.Caption(.Add("This is a bit of long text that should break the line"),1) = "bottom"
	endwith
endwith
196
How do change the foreground color for all cells in the column

with thisform.List1
	.Columns.Add("ForeColor").Def(5) = 255
	.Items.Add(0)
	.Items.Add(1)
endwith
195
How do change the background color for all cells in the column

with thisform.List1
	.Columns.Add("BackColor").Def(4) = 255
	.Items.Add(0)
	.Items.Add(1)
endwith
194
How do I show buttons for all cells in the column

with thisform.List1
	with .Columns.Add("Button")
		.Def(2) = .T.
		.Def(3) = .T. && DefColumnEnum.exCellHasButton Or DefColumnEnum.exCellHasRadioButton
	endwith
	.Items.Add(" Button 1 ")
	.Items.Add(" Button 2 ")
endwith
193
How do I show buttons for all cells in the column

with thisform.List1
	.Columns.Add("Button").Def(2) = .T.
	.Items.Add(0)
	.Items.Add(1)
endwith
192
How do I display radio buttons for all cells in the column

with thisform.List1
	.Columns.Add("Radio").Def(1) = .T.
	.Items.Add(0)
	.Items.Add(1)
endwith
191
How do I display checkboxes for all cells in the column

with thisform.List1
	.Columns.Add("Check").Def(0) = .T.
	.Items.Add(0)
	.Items.Add(1)
endwith
190
How can I display a tooltip when the cursor hovers the column

with thisform.List1
	.Columns.Add("tooltip").ToolTip = "This is a bit of text that is shown when user hovers the column."
endwith
189
Is there any function to assign a key to a column instead using its name or capion

with thisform.List1
	.Columns.Add("Data").Key = "DKey"
	.Columns.Item("DKey").Caption = "new caption"
endwith
188
Is there any function to assign any extra data to a column

with thisform.List1
	.Columns.Add("Data").Data = "your extra data"
endwith
187
By default, the column gets sorted descending, when I first click its header. How can I change so the column gets sorted ascending when the user first clicks the column's header

with thisform.List1
	.Columns.Add("Sort").DefaultSortOrder = .T.
endwith
186
How can I specify the maximum width for the column, if I use WidthAutoResize property

with thisform.List1
	with .Columns.Add("Auto")
		.WidthAutoResize = .T.
		.MinWidthAutoResize = 32
		.MaxWidthAutoResize = 128
	endwith
	.Items.Add(0)
	.Items.Add(1)
endwith
185
How can I specify the minimum width for the column, if I use WidthAutoResize property

with thisform.List1
	with .Columns.Add("Auto")
		.WidthAutoResize = .T.
		.MinWidthAutoResize = 32
	endwith
	.Items.Add(0)
	.Items.Add(1)
endwith
184
Is there any option to resize the column based on its data, captions

with thisform.List1
	.Columns.Add("A").WidthAutoResize = .T.
	.Items.Add(0)
	.Items.Add(1)
endwith
183
How can I align the icon in the column's header in the center

with thisform.List1
	var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql"
	var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0"
	var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN"
	var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="
	.Images(var_s)
	with .Columns.Add("")
		.HeaderImage = 1
		.HeaderImageAlignment = 1
	endwith
endwith
182
How do I align the icon in the column's header to the right

with thisform.List1
	var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql"
	var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0"
	var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN"
	var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="
	.Images(var_s)
	with .Columns.Add("ColumnName")
		.HeaderImage = 1
		.HeaderImageAlignment = 2
	endwith
endwith
181
How do I show or hide the sorting icons, but still need sorting

with thisform.List1
	.Columns.Add("Sorted").SortOrder = 1
	.Columns.Item(0).DisplaySortIcon = .F.
endwith
180
How do I enable or disable the entire column

with thisform.List1
	.Columns.Add("C1")
	.Columns.Add("Disabled").Enabled = .F.
	with .Items
		.Caption(.Add(0),1) = "0.1"
	endwith
	with .Items
		.Caption(.Add(1),1) = "1.1"
	endwith
endwith
179
How do I disable drag and drop columns
with thisform.List1
	.Columns.Add("C1").AllowDragging = .F.
	.Columns.Add("C2").AllowDragging = .F.
endwith
178
How do I disable resizing a column at runtime

with thisform.List1
	.Columns.Add("Unsizable").AllowSizing = .F.
	.Columns.Add("C2")
	.Columns.Add("C3")
	.Columns.Add("C4")
endwith
177
How can I align the column to the right, and its caption too

with thisform.List1
	with .Columns.Add("Column")
		.Alignment = 2
		.HeaderAlignment = 2
	endwith
	.Items.Add(0)
	.Items.Add(1)
endwith
176
How can I align the column to the right

with thisform.List1
	.Columns.Add("Column").Alignment = 2
	.Items.Add(0)
	.Items.Add(1)
endwith
175
How do I change the column's caption

with thisform.List1
	.Columns.Add("Column").Caption = "new caption"
endwith
174
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions, after the user clicks it

with thisform.List1
	.Object.FormatAnchor(0) = "<b><u><fgcolor=880000> </fgcolor></u></b>"
	.Columns.Add("Column")
	with .Items
		.CaptionFormat(.Add("Just an <a1>anchor</a> element ..."),0) = 1
	endwith
	with .Items
		.CaptionFormat(.Add("Just another <a2>anchor</a> element ..."),0) = 1
	endwith
	.Items.Add("next item")
endwith
173
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions

with thisform.List1
	.Object.FormatAnchor(1) = "<b><u><fgcolor=FF0000> </fgcolor></u></b>"
	.Columns.Add("Column")
	with .Items
		.CaptionFormat(.Add("Just an <a1>anchor</a> element ..."),0) = 1
	endwith
	with .Items
		.CaptionFormat(.Add("Just another <a2>anchor</a> element ..."),0) = 1
	endwith
endwith
172
Can I change the font for the tooltip

with thisform.List1
	.ToolTipDelay = 1
	.ToolTipWidth = 364
	.Columns.Add("tootip").ToolTip = "<br><font Tahoma;14>this</font> is a tooltip assigned to a column<br>"
endwith
171
Can I change the font for the tooltip

with thisform.List1
	.ToolTipDelay = 1
	with .ToolTipFont
		.Name = "Tahoma"
		.Size = 14
	endwith
	.ToolTipWidth = 364
	.Columns.Add("tootip").ToolTip = "this is a tooltip assigned to a column"
endwith
170
Can I change the order of the buttons in the scroll bar

with thisform.List1
	.Object.ScrollOrderParts(1) = "t,l,r"
	.Object.ScrollOrderParts(0) = "t,l,r"
	.ScrollBars = 15
endwith
169
The thumb size seems to be very small. Can I make it bigger

with thisform.List1
	.ColumnAutoResize = .F.
	.Columns.Add("C1").Width = 256
	.Columns.Add("C2").Width = 256
	.Columns.Add("C3").Width = 256
	.Object.ScrollThumbSize(1) = 64
endwith
168
How can I display my text on the scroll bar, using a different font

with thisform.List1
	.Object.ScrollPartCaption(1,256) = "This is <s><font Tahoma;12> just </font></s> text"
	.ColumnAutoResize = .F.
	.ScrollHeight = 20
	.Columns.Add("C1").Width = 256
	.Columns.Add("C2").Width = 256
	.Columns.Add("C3").Width = 256
endwith
167
How can I display my text on the scroll bar, using a different font

with thisform.List1
	.Object.ScrollPartCaption(1,256) = "This is just a text"
	.ScrollFont(1).Size = 12
	.ColumnAutoResize = .F.
	.ScrollHeight = 20
	.Columns.Add("C1").Width = 256
	.Columns.Add("C2").Width = 256
	.Columns.Add("C3").Width = 256
endwith
166
How can I display my text on the scroll bar

with thisform.List1
	.Object.ScrollPartCaption(1,256) = "this is just a text"
	.ColumnAutoResize = .F.
	.Columns.Add("C1").Width = 256
	.Columns.Add("C2").Width = 256
	.Columns.Add("C3").Width = 256
endwith
165
How do I enlarge or change the size of the control's scrollbars

with thisform.List1
	.ScrollHeight = 18
	.ScrollWidth = 18
	.ScrollButtonWidth = 18
	.ScrollButtonHeight = 18
	.ScrollBars = 15
endwith
164
How do I assign a tooltip to a scrollbar

with thisform.List1
	.Object.ScrollToolTip(1) = "This is a tooltip being shown when you click and drag the thumb in the horizontal scroll bar"
	.ColumnAutoResize = .F.
	.Columns.Add("C1").Width = 256
	.Columns.Add("C2").Width = 256
	.Columns.Add("C3").Width = 256
endwith
163
How do I assign an icon to the button in the scrollbar

with thisform.List1
	var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql"
	var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0"
	var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN"
	var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="
	.Images(var_s)
	.Object.ScrollPartVisible(1,32768) = .T.
	.Object.ScrollPartCaption(1,32768) = "<img>1</img>"
	.ScrollHeight = 18
	.ScrollButtonWidth = 18
	.ScrollBars = 5
endwith
162
I need to add a button in the scroll bar. Is this possible

with thisform.List1
	.Object.ScrollPartVisible(1,32768) = .T.
	.Object.ScrollPartCaption(1,32768) = "1"
	.ScrollBars = 5
endwith
161
Can I display an additional buttons in the scroll bar

with thisform.List1
	.Object.ScrollPartVisible(1,32768) = .T.
	.Object.ScrollPartVisible(1,16384) = .T.
	.Object.ScrollPartVisible(1,1) = .T.
	.Object.ScrollPartVisible(1,2) = .T.
	.ScrollBars = 5
endwith
160
How can I display a custom size picture to a cell or item

with thisform.List1
	.DefaultItemHeight = 48
	.Columns.Add("C1")
	with .Items
		.CellPicture(.Add("Text"),0) = thisform.List1.ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)")
	endwith
endwith
159
How can I display a multiple pictures to a cell or item

with thisform.List1
	.DefaultItemHeight = 48
	.Object.HTMLPicture("pic1") = "c:\exontrol\images\zipdisk.gif"
	.Object.HTMLPicture("pic2") = "c:\exontrol\images\auction.gif"
	.Columns.Add("C1")
	with .Items
		.CaptionFormat(.Add("<img>pic1</img> Text <img>pic2</img> another text ..."),0) = 1
	endwith
endwith
158
How do I change the column's foreground color for numbers between an interval - Range

with thisform.List1
	with .ConditionalFormats.Add("%0 >= 2 and %0 <= 10")
		.Bold = .T.
		.ForeColor = RGB(255,0,0)
		.ApplyTo = 1 && 0x1
	endwith
	.Columns.Add("N1")
	.Columns.Add("N2")
	with .Items
		.Caption(.Add(1),1) = 2
	endwith
	with .Items
		.Caption(.Add(3),1) = 3
	endwith
	with .Items
		.Caption(.Add(10),1) = 11
	endwith
	with .Items
		.Caption(.Add(13),1) = 31
	endwith
	.SearchColumnIndex = 1
endwith
157
How do I change the item's foreground color for numbers between an interval - Range

with thisform.List1
	.ConditionalFormats.Add("%0 >= 2 and %0 <= 10").ForeColor = RGB(255,0,0)
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
156
How do I change the item's background color for numbers less than a value

with thisform.List1
	.ConditionalFormats.Add("%0 < 10").BackColor = RGB(255,0,0)
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
155
How do I underline the numbers greater than a value

with thisform.List1
	.ConditionalFormats.Add("%0 >= 10").Underline = .T.
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
154
How do I highlight in italic the numbers greater than a value

with thisform.List1
	.ConditionalFormats.Add("%0 >= 10").StrikeOut = .T.
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
153
How do I highlight in italic the numbers greater than a value

with thisform.List1
	.ConditionalFormats.Add("%0 >= 10").Italic = .T.
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
152
How do I highlight in bold the numbers greater than a value

with thisform.List1
	.ConditionalFormats.Add("%0 >= 10").Bold = .T.
	.Columns.Add("Numbers")
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(10)
	.Items.Add(20)
endwith
151
Can I use your EBN files to change the visual appearance for radio buttons

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.Object.RadioImage(0) = 16777216
	.Object.RadioImage(1) = 33554432
	.Columns.Add("Radio").Def(1) = .T.
	with .Items
		.Add("Radio 1")
		.CellState(.Add("Radio 2"),0) = 1
		.Add("Radio 3")
	endwith
endwith
150
Can I use your EBN files to change the visual appearance for checkbox cells

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.Object.CheckImage(0) = 16777216
	.Object.CheckImage(1) = 33554432
	.Columns.Add("Check").Def(0) = .T.
	with .Items
		.Add("Check 1")
		.CellState(.Add("Check 2"),0) = 1
	endwith
endwith
149
How do I change the visual aspect for thumb parts in the scroll bars, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.VisualAppearance.Add(3,"c:\exontrol\images\hot.ebn")
	.Object.Background(388) = 0x1000000
	.Object.Background(389) = 0x2000000
	.Object.Background(391) = 0x3000000
	.Object.Background(260) = 0x1000000
	.Object.Background(261) = 0x2000000
	.Object.Background(263) = 0x3000000
	.ColumnAutoResize = .F.
	.ScrollBySingleLine = .T.
	.Columns.Add("S").Width = 483
	with .Items
		.ItemHeight(.Add("Item 1")) = 248
	endwith
	.Items.Add("Item 2")
endwith
148
How do I change the visual aspect only for the thumb in the scroll bar, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.VisualAppearance.Add(3,"c:\exontrol\images\hot.ebn")
	.Object.Background(388) = 0x1000000
	.Object.Background(389) = 0x2000000
	.Object.Background(391) = 0x3000000
	.ColumnAutoResize = .F.
	.Columns.Add("S").Width = 483
endwith
147
I've seen that you can change the visual appearance for the scroll bar. How can I do that

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.VisualAppearance.Add(3,"c:\exontrol\images\hot.ebn")
	.Object.Background(324) = 0x1000000
	.Object.Background(325) = 0x2000000
	.Object.Background(327) = 0x3000000
	.Object.Background(404) = RGB(240,240,240)
	.Object.Background(276) = RGB(240,240,240)
	.Object.Background(511) = RGB(240,240,240)
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
	.Columns.Add("E1").Width = 32
	.Columns.Add("E2").Width = 32
	.Columns.Add("E3").Width = 32
	.Columns.Add("E4").Width = 32
	.ColumnAutoResize = .F.
	.ScrollBars = 15
endwith
146
Is there any option to highligth the column from the cursor - point

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.Object.Background(32) = 0x1000000
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
	.Columns.Add("E1").Width = 32
	.Columns.Add("E2").Width = 32
	.Columns.Add("E3").Width = 32
	.Columns.Add("E4").Width = 32
endwith
145
How do I change the visual aspect of selected item in the drop down filter window, using your EBN technology

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.Object.Background(20) = 0x1000000
	.Object.Background(21) = RGB(255,20,20)
	.Columns.Add("Filter").DisplayFilterButton = .T.
endwith
144
How do I change the visual aspect of the drop down calendar window, that shows up if I click the drop down filter button, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.Object.Background(8) = 0x1000000
	.Object.Background(9) = 0x1000000
	.Object.Background(10) = 0x2000000
	.Object.Background(11) = 0x1000000
	.Object.Background(12) = RGB(230,230,230)
	.Object.Background(13) = RGB(230,230,230)
	.Object.Background(14) = 0x1000000
	with .Columns.Add("Date")
		.FilterType = 4
		.DisplayFilterButton = .T.
		.DisplayFilterDate = .T.
	endwith
endwith
143
How do I change the visual aspect of the close button in the filter bar, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.Object.Background(1) = 0x1000000
	.Columns.Add("Filter").FilterType = 1
	.ApplyFilter
endwith
142
How do I change the visual aspect of buttons in the cell, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.Object.Background(2) = 0x1000000
	.Object.Background(3) = 0x2000000
	.SelForeColor = RGB(0,0,0)
	.ShowFocusRect = .F.
	.Columns.Add("Column 1").Def(2) = .T.
	.Items.Add("Button 1")
	.Items.Add("Button 2")
	.Columns.Add("Column 2")
endwith
141
How do I change the visual aspect of the drop down filter button, using EBN

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.Object.Background(0) = 0x1000000
	.Columns.Add("Filter").DisplayFilterButton = .T.
endwith
140
How do I enable resizing the columns at runtime

with thisform.List1
	.ColumnsAllowSizing = .T.
	.MarkSearchColumn = .F.
	.HeaderVisible = .F.
	.Columns.Add("Column 1")
	.Columns.Add("Column 2")
	.DrawGridLines = 2
	with .Items
		.Caption(.Add("Item 1"),1) = "Sub Item 1"
	endwith
	with .Items
		.Caption(.Add("Item 2"),1) = "Sub Item 2"
	endwith
endwith
139
How can I sort by multiple columns

with thisform.List1
	.SingleSort = .F.
	.Columns.Add("C1").SortOrder = 1
	.Columns.Add("C2").SortOrder = 2
	.Columns.Add("C3").SortOrder = 1
endwith
138
How can I add several columns to control's sort bar

with thisform.List1
	.SortBarVisible = .T.
	.SortBarColumnWidth = 48
	.Columns.Add("C1").SortOrder = 1
	.Columns.Add("C2").SortOrder = 2
endwith
137
How can I change the width of the columns being displayed in the sort bar

with thisform.List1
	.SortBarVisible = .T.
	.SortBarColumnWidth = 48
	.Columns.Add("C1").SortOrder = 1
	.Columns.Add("C2").SortOrder = 2
endwith
136
How can I change the height of the sort bar's

with thisform.List1
	.SortBarVisible = .T.
	.SortBarHeight = 48
endwith
135
How can I change the sort bar's foreground color

with thisform.List1
	.SortBarVisible = .T.
	.ForeColorSortBar = RGB(255,0,0)
endwith
134
How can I change the visual appearance of the control's sort bar, using EBN files

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
	.SortBarVisible = .T.
	.BackColorSortBar = 0x1000000
	.BackColorSortBarCaption = 0x2000000
	.Appearance = 0
endwith
133
How can I change the sort bar's background color

with thisform.List1
	.SortBarVisible = .T.
	.BackColorSortBar = RGB(255,0,0)
	.BackColorSortBarCaption = RGB(128,0,0)
endwith
132
How can I change the default caption being displayed in the control's sort bar

with thisform.List1
	.SortBarVisible = .T.
	.SortBarCaption = "new caption"
endwith
131
How can I show the control's sort bar

with thisform.List1
	.SortBarVisible = .T.
endwith
130
How can I stretch a picture on the control's header, when multiple levels are displayed, so it is not tiled

with thisform.List1
	.PictureLevelHeader = thisform.List1.ExecuteTemplate("loadpicture(`c:\exontrol\images\colorize.gif`)")
	.PictureDisplayLevelHeader = 49
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
	.Columns.Add("E1").Width = 32
	.Columns.Add("E2").Width = 32
	.Columns.Add("E3").Width = 32
	.Columns.Add("E4").Width = 32
endwith
129
How can I display a picture on the control's header, when multiple levels are displayed, so it is not tiled

with thisform.List1
	.PictureLevelHeader = thisform.List1.ExecuteTemplate("loadpicture(`c:\exontrol\images\colorize.gif`)")
	.PictureDisplayLevelHeader = 18
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
	.Columns.Add("E").Width = 32
endwith
128
How can I display a picture on the control's header, when multiple levels are displayed

with thisform.List1
	.PictureLevelHeader = thisform.List1.ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)")
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
endwith
127
How can I change the header's background color, when multiple levels are displayed
with thisform.List1
	.BackColorLevelHeader = RGB(250,0,0)
	.Columns.Add("S").Width = 32
	.Columns.Add("Level 1").LevelKey = 1
	.Columns.Add("Level 2").LevelKey = 1
	.Columns.Add("Level 3").LevelKey = 1
endwith
126
Can I programmatically scroll the control

with thisform.List1
	.DefaultItemHeight = 32
	.Columns.Add("Column")
	.Items.Add(0)
	.Items.Add(1)
	.Items.Add(2)
	.Items.Add(3)
	.PutItems(.GetItems(0))
	.PutItems(.GetItems(0))
	.Object.ScrollPos(1) = 1
endwith
125
Do you have some function to load data from a safe array
with thisform.List1
	.Columns.Add("Column")
	.Items.Add(0)
	.PutItems(.GetItems(0))
endwith
124
Do you have some function to retrieve all items to a safe array
with thisform.List1
	.Columns.Add("Column")
	.Items.Add(0)
	.PutItems(.GetItems(0))
	.Items.Add(1)
	.PutItems(.GetItems(0))
	.Items.Add(2)
	.PutItems(.GetItems(0))
	.Items.Add(3)
endwith
123
How can still display the selected items when the control loses the focus

with thisform.List1
	.HideSelection = .F.
	.Columns.Add("Column")
	with .Items
		.Add("Item 3")
		.Add("Item 1")
		.SelectItem(.Add("Item 2")) = .T.
	endwith
endwith
122
How can I hide a column

with thisform.List1
	.Columns.Add("Hidden").Visible = .F.
	.Columns.Add("2")
	.Columns.Add("3")
	.Columns.Add("4")
	.Columns.Add("5")
endwith
121
How can I ensure that a column is visible and fits the control's client area
with thisform.List1
	.ColumnAutoResize = .F.
	.Columns.Add("1").Width = 128
	.Columns.Add("2").Width = 128
	.Columns.Add("3").Width = 128
	.Columns.Add("4").Width = 128
	.Columns.Add("5").Width = 128
	.Items.EnsureVisibleColumn("5")
endwith
120
I've seen that the width of the tooltip is variable. Can I make it larger

with thisform.List1
	.ToolTipWidth = 328
	.Columns.Add("tootip").ToolTip = "this is a tooltip that should be very very very very very very very long"
endwith
119
How do I disable showing the tooltip for all control
with thisform.List1
	.ToolTipDelay = 0
	.Columns.Add("tootip").ToolTip = "this is a tooltip assigned to a column"
endwith
118
How do I let the tooltip being displayed longer

with thisform.List1
	.ToolTipPopDelay = 10000
	.Columns.Add("tootip").ToolTip = "this is a tooltip assigned to a column"
endwith
117
How do I show the tooltip quicker
with thisform.List1
	.ToolTipDelay = 1
	.Columns.Add("tootip").ToolTip = "this is a tooltip assigned to a column"
endwith
116
How do I change the caption being displayed in the control's filter bar

with thisform.List1
	.FilterBarCaption = "your filter caption"
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
115
How do I search case sensitive, using your incremental search feature

with thisform.List1
	.AutoSearch = .T.
	with .Columns
		.Add("exStartWith").AutoSearch = 0
		.Add("exContains").AutoSearch = 1
	endwith
	with .Items
		.Caption(.Add("text"),1) = "another text"
	endwith
	with .Items
		.Caption(.Add("text"),1) = "another text"
	endwith
endwith
114
How do I disable the control
with thisform.List1
	.Enabled = .F.
endwith
113
How do I enable the incremental search feature within a column

with thisform.List1
	.AutoSearch = .T.
	with .Columns
		.Add("exStartWith").AutoSearch = 0
		.Add("exContains").AutoSearch = 1
	endwith
	with .Items
		.Caption(.Add("text"),1) = "another text"
	endwith
	with .Items
		.Caption(.Add("text"),1) = "another text"
	endwith
endwith
112
How do I call your x-script language

with thisform.List1
	with .ExecuteTemplate("Columns.Add(`Column`)")
		.HeaderStrikeOut = .T.
		.HeaderBold = .T.
	endwith
endwith
111
How do I call your x-script language

with thisform.List1
	.Template = "Columns.Add(`Column`).HTMLCaption = `<b>C</b>olumn`"
endwith
110
How do I show alternate rows in different background color

with thisform.List1
	.BackColorAlternate = RGB(240,240,240)
	.Columns.Add("Column")
	with .Items
		.Add("Item 1")
		.Add("Item 2")
		.Add("Item 3")
		.Add("Item 4")
		.Add("Item 5")
	endwith
endwith
109
How do I enlarge the drop down filter window

with thisform.List1
	.FilterBarDropDownHeight = -320
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterBarDropDownWidth = -320
	endwith
	.Items.Add("Item 1")
	.Items.Add("Item 2")
endwith
108
How do I filter programatically the control

with thisform.List1
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 3
		.Filter = "Item*"
	endwith
	.Items.Add("Item 1")
	.Items.Add("")
	.Items.Add("Item 2")
	.ApplyFilter
endwith
107
How do I change the font of the control's filterbar

with thisform.List1
	.FilterBarFont.Size = 20
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
106
Can I apply an EBN skin to the control's filter bar so I can change its visual appearance

with thisform.List1
	.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
	.FilterBarBackColor = 0x1000000
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
105
How do I change the background color of the control's filterbar

with thisform.List1
	.FilterBarBackColor = RGB(240,240,240)
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
104
How do I change the foreground color of the control's filterbar

with thisform.List1
	.FilterBarForeColor = RGB(255,0,0)
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
103
How do I change the height of the control's filterbar

with thisform.List1
	.FilterBarHeight = 32
	with .Columns.Add("Column")
		.DisplayFilterButton = .T.
		.FilterType = 1
	endwith
	.ApplyFilter
endwith
102
How do select only a portion of text when the control starts editing a cell

with thisform.List1
	.AllowEdit = .T.
	.SelStart = 1
	.SelLength = 1
	.Columns.Add("Column")
	.Items.Add("Item 1")
	.Items.Add("Item 2")
endwith
101
How do I change the header's foreground color

with thisform.List1
	.ForeColorHeader = RGB(255,0,0)
	.Columns.Add("Column 1")
	.Columns.Add("Column 2")
	.Items.Add("Item 1")
endwith